projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad658f
)
gtk testsuite: Stop using gtk_widget_show_now
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 2 Feb 2018 17:13:10 +0000
(18:13 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 4 Feb 2018 22:23:15 +0000
(23:23 +0100)
If this is a problem, it needs to be handled explicitly.
testsuite/gtk/focus.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/focus.c
b/testsuite/gtk/focus.c
index ef236688f389f60d1f410d438a3544e22b2208d1..2884d137b3ffed2a593c37350802dee90f510fb4 100644
(file)
--- a/
testsuite/gtk/focus.c
+++ b/
testsuite/gtk/focus.c
@@
-24,7
+24,7
@@
test_window_focus (void)
g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);
- gtk_widget_show
_now
(window);
+ gtk_widget_show (window);
g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);